home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.lay3.tem.layout03.css.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  331 b   |  35 lines

  1. ∩╗┐/* CSS layout */
  2. body {
  3.     margin: 0;
  4.     padding: 0;
  5. }
  6.  
  7. #masthead {
  8. }
  9.  
  10. #top_nav {
  11. }
  12.  
  13. #container {
  14.     min-width: 600px;
  15. }
  16.  
  17. #left_col {
  18.     width: 200px;
  19.     float: left;
  20. }
  21.  
  22. #right_col {
  23.     width: 200px;
  24.     float: right;
  25. }
  26.  
  27. #page_content {
  28.     margin-left: 200px;
  29.     margin-right: 200px;
  30. }
  31.  
  32. #footer {
  33.     clear: both;
  34. }
  35.